home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / Shared.Cst / 00007.ls < prev    next >
Encoding:
Text File  |  1999-10-10  |  379 b   |  23 lines

  1. on enterFrame
  2.   global gsearchOn
  3.   
  4.   --  if gsearchOn = 1 then
  5.   --    set the visible of sprite 6 to TRUE
  6.   --  else
  7.   --    set the visible of sprite 6 to FALSE
  8.   --  end if
  9.   
  10.   set the visible of sprite 6 to TRUE
  11.   
  12.   set gsearchOn = 1
  13.   
  14.   findScroll
  15. end enterFrame
  16.  
  17. on exitFrame
  18.   global gSearchFlag, gKnobState
  19.   
  20.   set gKnobState = 0
  21.   set gSearchFlag = 1
  22. end exitFrame
  23.